ArcFM Responder Mobile Developer Guide
FeatureClassNameFromId Constructor(List<Int32>)






find the information for multiple fcids
Syntax
'Declaration
 
Public Function New( _
   ByVal fcids As System.Collections.Generic.List(Of Integer) _
)
'Usage
 
Dim fcids As System.Collections.Generic.List(Of Integer)
 
Dim instance As New FeatureClassNameFromId(fcids)
public FeatureClassNameFromId( 
   System.Collections.Generic.List<int> fcids
)
public FeatureClassNameFromId( 
    fcids: System.Collections.Generic.List
); 
public function FeatureClassNameFromId( 
   fcids : System.Collections.Generic.List
);
public: FeatureClassNameFromId( 
   System.Collections.Generic.List<int>* fcids
)
public:
FeatureClassNameFromId( 
   System.Collections.Generic.List<int>^ fcids
)

Parameters

fcids
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FeatureClassNameFromId Class
FeatureClassNameFromId Members
Overload List

Send Feedback